home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 June / june_2001.iso / Html / CuteHtml / setup.exe / +SIMPLE GREY BUTTON.JS < prev    next >
Encoding:
Text File  |  1999-09-03  |  557 b   |  9 lines

  1. <!-- This script will create grey buttons on your web site that act the same as links. When
  2. they are clicked on, the buttons will direct them to a page. -->
  3.  
  4. <form><INPUT TYPE="button" VALUE="Script Main Page" onClick="parent.location='scripts.html'"></FORM>
  5. <form><INPUT TYPE="button" VALUE="Script Main Page Load In Bottom Frame" onClick="parent.bottom.location='script_main.html'"></FORM>
  6.  
  7. <!-- This is a mailto: link... -->
  8.  
  9. <form><INPUT TYPE="button" VALUE="Mail Me" onClick="location='mailto:emailname@domail.com?subject=Subject Here'"></FORM>